home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / CHIP Turkiye Mayıs 1998.iso / grafik / 95NEOBOK / NBW30.EXE / NeoBook.exe / 0 / RCDATA / TCOMPILEPROGRESSFORM / TCOMPILEPROGRESSFORM.txt
Encoding:
Text File  |  1997-02-27  |  3.5 KB  |  138 lines

  1. object CompileProgressForm: TCompileProgressForm
  2.   Left = 25
  3.   Top = 457
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Compiling...'
  7.   ClientHeight = 190
  8.   ClientWidth = 278
  9.   Font.Color = clBtnText
  10.   Font.Height = -12
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 15
  19.   object Prompt1: TLabel
  20.     Left = 8
  21.     Top = 20
  22.     Width = 83
  23.     Height = 15
  24.     Alignment = taRightJustify
  25.     Caption = 'Destination:'
  26.   end
  27.   object Prompt2: TLabel
  28.     Left = 8
  29.     Top = 52
  30.     Width = 83
  31.     Height = 15
  32.     Alignment = taRightJustify
  33.     Caption = 'Adding:'
  34.   end
  35.   object Prompt3: TLabel
  36.     Left = 8
  37.     Top = 108
  38.     Width = 83
  39.     Height = 15
  40.     Alignment = taRightJustify
  41.     Caption = 'Compiled Size:'
  42.   end
  43.   object DoneBtn: TBitBtn
  44.     Left = 92
  45.     Top = 152
  46.     Width = 81
  47.     Height = 28
  48.     Caption = 'Done'
  49.     Default = True
  50.     ModalResult = 1
  51.     TabOrder = 0
  52.     Visible = False
  53.     Glyph.Data = {
  54.       66010000424D6601000000000000760000002800000012000000140000000100
  55.       040000000000F000000000000000000000001000000010000000000000000000
  56.       BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  57.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  58.       3333330000003333388333333333330000003333911833333983330000003333
  59.       9111833391183300000033339111183911118300000033333911118111118300
  60.       000030000091111111183300000030FFFFF9111111833300000030FFFFFF1111
  61.       18333300000030FFFFFF911118333300000030FFFFF9111118333300000030FF
  62.       FF91118111833300000030FFF91118F911183300000030FFF9118FFF91118300
  63.       000030FFFF91FFFF09111300000030FFFFFFFFFF0391930000003088CCCCCC88
  64.       0333330000003078CCCCCC780333330000003000000000000333330000003333
  65.       33333333333333000000}
  66.   end
  67.   object StopBtn: TBitBtn
  68.     Left = 92
  69.     Top = 152
  70.     Width = 81
  71.     Height = 28
  72.     Cancel = True
  73.     Caption = 'Stop'
  74.     TabOrder = 1
  75.     OnClick = StopBtnClick
  76.     Glyph.Data = {
  77.       F6000000424DF600000000000000760000002800000010000000100000000100
  78.       0400000000008000000000000000000000001000000010000000000000000000
  79.       BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  80.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00330B00000000
  81.       003333000000000000333330EEEEEEEE0333333000000000033333330BFBFBF0
  82.       33333330BFBFBFBF03333330FBFBFBFBF0333330BFB8800FB0333330FBFBFBF0
  83.       F0333330BFBFBFB0B0333330F0F0F0F0F0333330B0B0B0B003333330F0F0F0F0
  84.       33333330B0B0B0B03333333300F0F00333333333330000333333}
  85.   end
  86.   object DestPrompt: TEdit
  87.     Left = 96
  88.     Top = 16
  89.     Width = 173
  90.     Height = 23
  91.     Cursor = crArrow
  92.     AutoSelect = False
  93.     AutoSize = False
  94.     ReadOnly = True
  95.     TabOrder = 2
  96.     Text = 'DestPrompt'
  97.   end
  98.   object FilePrompt: TEdit
  99.     Left = 96
  100.     Top = 48
  101.     Width = 173
  102.     Height = 23
  103.     Cursor = crArrow
  104.     AutoSelect = False
  105.     AutoSize = False
  106.     ReadOnly = True
  107.     TabOrder = 3
  108.     Text = 'FilePrompt'
  109.   end
  110.   object SizePrompt: TEdit
  111.     Left = 96
  112.     Top = 104
  113.     Width = 173
  114.     Height = 23
  115.     Cursor = crArrow
  116.     AutoSelect = False
  117.     AutoSize = False
  118.     ReadOnly = True
  119.     TabOrder = 4
  120.     Text = 'SizePrompt'
  121.   end
  122.   object ProgressBar: TProgressBar
  123.     Left = 96
  124.     Top = 76
  125.     Width = 173
  126.     Height = 16
  127.     Min = 0
  128.     Max = 100
  129.     TabOrder = 5
  130.   end
  131.   object BlinkTimer: TTimer
  132.     Enabled = False
  133.     OnTimer = BlinkTimerTimer
  134.     Left = 20
  135.     Top = 136
  136.   end
  137. end
  138.